home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-02017.DIR / 00076.ls < prev    next >
Encoding:
Text File  |  1998-05-07  |  169 b   |  9 lines

  1. on exitFrame
  2.   repeat with i = 2 to 8
  3.     set the visible of sprite i to 1
  4.   end repeat
  5.   repeat with i = 21 to 25
  6.     set the visible of sprite i to 0
  7.   end repeat
  8. end
  9.